CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 帧间 差分

搜索资源列表

  1. MyVideo1.0_AutoCamshift

    0下载:
  2. 序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Write sequence with MFC+openCV. Automatic target selection box and the interframe difference the first few frames before th
  3. 所属分类:OpenCV

    • 发布日期:2016-01-23
    • 文件大小:2921472
    • 提供者:yaoyao
  1. WLY57

    0下载:
  2. 对一视频进行灰度显示、边缘提取、帧间差分运算及速度测试-Grayscale display, a video edge detection, interframe differential operational speed test
  3. 所属分类:Video Capture

    • 发布日期:2017-11-14
    • 文件大小:1065235
    • 提供者:刘影琪
  1. BLkg19

    1下载:
  2. Visual C++ 基于帧间差分法的视频运动目标检测 轮廓提取-Visual C++ the interframe difference method based video moving target detection contours extracted
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:1580395
    • 提供者:杨洋
  1. 1GHY3249Video

    0下载:
  2. 对视频进行运动检测,基于相邻两帧帧间差分。 在相邻两帧(也可以为多帧)间计算逐象素的灰度差,并通过设置阈值来确定对应运动前景的象素,进而得到运动前景区域。-On a video motion detection, based on the two adjacent interframe difference. The gray-scale difference between the two adjacent frames (may be a multi-frame) calculating
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:1362038
    • 提供者:段皓
  1. find_connected_components

    0下载:
  2. 连通域法,将帧间差分或者平均背景法得到的图像进行去除噪声处理,使其得到光滑的图像-find connected components
  3. 所属分类:OpenCV

    • 发布日期:2017-11-04
    • 文件大小:2250
    • 提供者:张林
  1. Video-Demo

    0下载:
  2. VC++视频图像运动目标检测,视频演示算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 视频只限于RGB非压缩Windows AVI格式-VC++ video image moving target detection, video presentations algorithm including: 1. The background prediction target d
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:103700
    • 提供者:yangdong
  1. the-detection-of-moving-targets

    0下载:
  2. 本程序运用帧间差分法进行运动目标的检测,通过帧间差分法获得差分图像,然后运用数学形态学进行处理,突出运动目标。-This program uses the inter-frame difference method for the detection of moving targets, the difference image obtained through the inter-frame difference method, and then use mathematical morpho
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:627696
    • 提供者:guocheng
  1. Frame-difference

    0下载:
  2. 帧间差分的方法进行目标检测。图片文件也在压缩包内-The inter-frame difference method for target detection. The image files are compressed within
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:919299
    • 提供者:邱小星
  1. BackSub

    0下载:
  2. 帧间差分法去背景,可以实现图片序列中的任意两帧的相减-Inter-frame difference method to the background, you can achieve any picture sequence subtraction of two
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:903
    • 提供者:天行者
  1. MotionddDetection

    0下载:
  2. 视频序列中的运动目标检测 帧间差分法 -motion target detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-17
    • 文件大小:1196292
    • 提供者:赵旭林
  1. MATLAB

    0下载:
  2. 基于帧间差分的单目标/多目标的实时跟踪程序,基于MATLAB编写。希望对刚学习MATLAB的同学有所帮助。-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:3688329
    • 提供者:王勋
  1. multitracking

    0下载:
  2. 基于OpenCV2.4.4+Visual Studio2008下的多目标跟踪代码。基于帧间差分法判断视频的背景和前景。-OpenCV2.4.4+ Visual Studio2008-based multi-target tracking code. Based on inter-frame difference method to determine the background and foreground of the video.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:2724952
    • 提供者:Zion
  1. run

    0下载:
  2. 基于视频的帧间差分法检测跟踪运动车辆,内有程序和视频-Video-based frame difference method for detecting and tracking moving vehicles, there are procedures and video
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:802321
    • 提供者:田静
  1. object-dect1

    0下载:
  2. 帧间差分检测目标,用到opencv库函数-Frame difference detection target, use opencv library functions
  3. 所属分类:Other windows programs

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:zgf
  1. detection-and-tracking

    0下载:
  2. 视频演示算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法-Algorithm for video presentation include: 1. Static background background prediction target detection 2. Static background frame difference method for
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:3125790
    • 提供者:tf520
  1. frame-difference-method(matlab)

    2下载:
  2. 基于帧间差分法的运动目标检测 赵小川 matlab例程 超赞 -Moving object detection based on frame difference method
  3. 所属分类:Graph program

    • 发布日期:2016-04-26
    • 文件大小:623616
    • 提供者:李志娜
  1. video-processing-

    0下载:
  2. 视频演示算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 -Algorithm for video presentation include: 1. Static background background prediction target detection 2. Static background frame difference method for target d
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:99922
    • 提供者:xuedanyang
  1. The-infrared-target-detection-method

    1下载:
  2. 本程序采用matlab编码,一共有包括帧间差分法、背景差分法、光流法、混合高斯模型法四种方法来实现红外目标检测的功能,代码检测易懂,适合初学者多多借鉴~-This procedure using matlab coding, a total including the inter-frame difference, background subtraction, optical flow method, Gaussian mixture model approach are four ways
  3. 所属分类:Special Effects

    • 发布日期:2017-06-15
    • 文件大小:23785837
    • 提供者:Leo
  1. Video-Demo

    0下载:
  2. 视频演示算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法-Algorithm for video presentation include: 1 Static background background prediction target detection 2 Static background frame difference method for target de
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3234313
    • 提供者:孟灿
  1. Frame_difference_method

    0下载:
  2. 利用帧间差分法,对视频中的相邻两帧图像进行差分处理,获取目标-using the frame differential, address the pictures and detect the object
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:347987
    • 提供者:lister
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com